home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TATTACHSTATUSFORM / TATTACHSTATUSFORM.txt
Text File  |  1997-07-16  |  1KB  |  63 lines

  1. object AttachStatusForm: TAttachStatusForm
  2.   Left = 290
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Attach Status'
  6.   ClientHeight = 123
  7.   ClientWidth = 221
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Box: TRadioGroup
  20.     Left = 12
  21.     Top = 8
  22.     Width = 101
  23.     Height = 97
  24.     Caption = 'Attach status'
  25.     ItemIndex = 3
  26.     Items.Strings = (
  27.       '&Hold'
  28.       '&Normal'
  29.       '&Crash'
  30.       'Crash && &Poll')
  31.     TabOrder = 0
  32.   end
  33.   object bOK: TButton
  34.     Left = 132
  35.     Top = 12
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object bCancel: TButton
  44.     Left = 132
  45.     Top = 44
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53.   object bHelp: TButton
  54.     Left = 132
  55.     Top = 76
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Help'
  59.     TabOrder = 3
  60.     Visible = False
  61.   end
  62. end
  63.